Papers with multi-hop QA systems
HiGraAgent: Dual-Agent Adaptive Reasoning over Hierarchical Knowledge Graph for Open Domain Multi-hop Question Answering (2026.findings-eacl)
Copied to clipboard
| Challenge: | Existing approaches to multi-hop question answering lack a robust and flexible approach to QA . prior work showed compositionality gap persists even for Large Language Models . |
| Approach: | They propose a framework that unifies graph-based retrieval with adaptive reasoning . HiGraAgent uses a hierarchical knowledge Graph with entity alignment . |
| Outcome: | The proposed framework outperforms the strongest graph-based method on hotpotQA, 2WikiMultihopQA, and MuSiQue. |
Do Multi-Hop Question Answering Systems Know How to Answer the Single-Hop Sub-Questions? (2021.eacl-main)
Copied to clipboard
| Challenge: | Existing models fail to answer a large portion of sub-questions . Existing systems have achieved super-human performance . |
| Approach: | They propose to use a neural decomposition model to generate sub-questions for a multi-hop question and extract the corresponding sub-answers. |
| Outcome: | The proposed model is based on a hotpotQA dataset with a multi-hop question and sub-answers. |